Update index.md
authorDavid Awad <Davidawad64@gmail.com>
Sat, 4 Apr 2015 19:51:31 +0000 (15:51 -0400)
committerDavid Awad <Davidawad64@gmail.com>
Sat, 4 Apr 2015 19:51:31 +0000 (15:51 -0400)
src/doc/index.md

index a7ab9e88e5a5fe1093fda3f43fa79df59f304429..e1a505a147c571c5027e2fc1507da6751e929bc6 100644 (file)
@@ -70,7 +70,7 @@ class="s1">   Compiling</span> hello_world v0.0.1 (file:///path/to/project/hello
 And then run it:
 
 ```shell
-$ ./target/hello_world
+$ ./target/debug/hello_world
 Hello, world!
 ```